NAT with multiple outgoing IPs

IPFilter map net0 10.10.10.0/24 -> 192.168.0.2/24 round-robin map net0 10.10.10.0/24 -> 192.168.0.3 round-robin Iptables # iptables -t nat -A POSTROUTING -s 192.168.1.0/24 -o eth1 -j SNAT –to 1.2.3.0/24 # iptables -t nat -A POSTROUTING -s 192.168.1.0/24 -o eth1 -j SNAT –to 1.2.3.0-1.2.3.4 –to 1.2.3.6-1.2.3.254 PF bitmask – grafts the network portion of the pool address over top … Читати далі NAT with multiple outgoing IPs